home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Prog
/
D-G
/
Graphic Gems Vol. 3.sit
/
GemsIII
/
alloc
/
alloc.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-16
|
214 b
|
13 lines
|
[
TEXT/MPS
]
/* alloc.h
*
* Header for alloc.c
*
* The type alloc_handle_t provides an opaque reference to the
* alloc pool - only the alloc routines know its structure.
*/
typedef
struct { int dummy; }
alloc_handle_t;